org.eclipse.vtp.desktop.editors.core.model
Class UIElement

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.model.UIComponent
      extended by org.eclipse.vtp.desktop.editors.core.model.UIElement
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener, ComponentListener

public class UIElement
extends UIComponent


Constructor Summary
UIElement(Element element)
           
UIElement(Element element, org.w3c.dom.Element elementDesign)
           
 
Method Summary
 org.eclipse.swt.graphics.Point getCenterPoint()
           
 Element getElement()
           
 void setCenterPoint(org.eclipse.swt.graphics.Point centerPoint)
           
 void storeUIElement(org.w3c.dom.Element canvasElement)
           
 
Methods inherited from class org.eclipse.vtp.desktop.editors.core.model.UIComponent
addListener, addPropertyListener, componentChanged, componentDeleted, fireChange, fireDelete, firePropertyChange, propertyChange, removeListener, removePropertyListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIElement

public UIElement(Element element)

UIElement

public UIElement(Element element,
                 org.w3c.dom.Element elementDesign)
Method Detail

getCenterPoint

public org.eclipse.swt.graphics.Point getCenterPoint()

setCenterPoint

public void setCenterPoint(org.eclipse.swt.graphics.Point centerPoint)

getElement

public Element getElement()

storeUIElement

public void storeUIElement(org.w3c.dom.Element canvasElement)